LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)
LEAD Technologies, Inc

Execute<T>(Action<T>,T) Method






The type of parameter this thread uses.
The delegate to execute asynchronously.
The state information to pass to the thread.
Executes the specified delegate. Provides additional state information to be passed to the thread.
Syntax
public static AsyncResult Execute<T>( 
   Action<T> d,
   T state
)
'Declaration
 
Public Overloads Shared Function Execute(Of T)( _
   ByVal d As Action(Of T), _
   ByVal state As T _
) As AsyncResult
'Usage
 
Dim d As Action(Of T)
Dim state As T
Dim value As AsyncResult
 
value = AsyncHelper.Execute(Of T)(d, state)
public static AsyncResult Execute<T>( 
   Action<T> d,
   T state
)
 function Leadtools.Dicom.AddIn.AsyncHelper.Execute``1(Action{``0},``0)( 
   d ,
   state 
)
public:
static AsyncResult^ Executegeneric<typename T>
( 
   Action<T^>^ d,
   T^ state
) 

Parameters

d
The delegate to execute asynchronously.
state
The state information to pass to the thread.

Type Parameters

T
The type of parameter this thread uses.

Return Value

The asynchronous result.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AsyncHelper Class
AsyncHelper Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features